Restore thread_info::arm_restart_block even though it's now unused.
Gbp-Pq: Topic debian
Gbp-Pq: Name arm-thread_info-fix-abi-change-in-3.16.7-ckt3.patch
__u32 extra[2]; /* Xscale 'acc' register, etc */
};
+/* bwh: Retained only for ABI compatibility */
+struct arm_restart_block {
+ union {
+ /* For user cache flushing */
+ struct {
+ unsigned long start;
+ unsigned long end;
+ } cache;
+ };
+};
+
/*
* low level task data that entry.S needs immediate access to.
* __switch_to() assumes cpu_context follows immediately after cpu_domain.
unsigned long thumbee_state; /* ThumbEE Handler Base register */
#endif
struct restart_block restart_block;
+ struct arm_restart_block arm_restart_block;
};
#define INIT_THREAD_INFO(tsk) \